DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCollection Class / Read Method / Read(IEnumerable<String>,ReadBehaviours) Method
A set of filenames as strings

The behaviours to be used when reading this stream




In This Topic
    Read(IEnumerable<String>,ReadBehaviours) Method
    In This Topic
    Creates and adds DicomImage objects from a collection of external DICOM files
    Syntax
    'Declaration
     
    Public Overloads Sub Read( _
       ByVal FileNames As IEnumerable(Of String), _
       Optional ByVal ReadBehaviour As ReadBehaviours _
    ) 
    'Usage
     
    Dim instance As DicomImageCollection
    Dim FileNames As IEnumerable(Of String)
    Dim ReadBehaviour As ReadBehaviours
     
    instance.Read(FileNames, ReadBehaviour)
    public void Read( 
       IEnumerable<string> FileNames,
       ReadBehaviours ReadBehaviour
    )
    public:
    void Read( 
       IEnumerable<String^>^ FileNames,
       ReadBehaviours^ ReadBehaviour
    ) 

    Parameters

    FileNames
    A set of filenames as strings
    ReadBehaviour

    The behaviours to be used when reading this stream

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also